home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 84 / CD-ROM 84 / CD-ROM 84.iso / internet / nvtrq / ntsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-05-16  |  3.3 KB  |  45 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Navegue Tranquilo
  4. AppVerName=Navegue Tranquilo v.2.12
  5. AppId=Navegue Tranquilo
  6. AppPublisher=Contrique Software, Inc.
  7. AppPublisherURL=http://www.contrique.com
  8. DefaultDirName={pf}\Navegue Tranquilo
  9. DefaultGroupName=Navegue Tranquilo
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\nvtranq.exe"; DestDir: "{app}"; 
  17. Source: "{app}\fechou.wav"; DestDir: "{app}"; 
  18. Source: "{app}\novo.wav"; DestDir: "{app}"; 
  19. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; 
  21. Source: "{app}\navegue.hlp"; DestDir: "{app}"; 
  22. Source: "{sys}\Comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  23. Source: "{sys}\Asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  24. Source: "{sys}\Msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  25. Source: "{sys}\Oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  26. Source: "{sys}\Olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  27. Source: "{sys}\Stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\Contrique Software\Navegue Tranquilo"; Flags: uninsdeletekey 
  30. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{D364E550-D680-49f8-B871-0B0A72239E3C}"; ValueName: "HotIcon"; ValueType: String; ValueData: "{app}\nvtranq.exe,1"; Flags: uninsdeletekey 
  31. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{D364E550-D680-49f8-B871-0B0A72239E3C}"; ValueName: "Icon"; ValueType: String; ValueData: "{app}\nvtranq.exe,2"; Flags: uninsdeletekey 
  32. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{D364E550-D680-49f8-B871-0B0A72239E3C}"; ValueName: "Exec"; ValueType: String; ValueData: "{app}\nvtranq.exe"; Flags: uninsdeletekey 
  33. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{D364E550-D680-49f8-B871-0B0A72239E3C}"; ValueName: "MenuText"; ValueType: String; ValueData: "Navegue Tranq
  34. ilo"; Flags: uninsdeletekey 
  35. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{D364E550-D680-49f8-B871-0B0A72239E3C}"; ValueName: "ButtonText"; ValueType: String; ValueData: "Navegue Tranq
  36. ilo"; Flags: uninsdeletekey 
  37. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{D364E550-D680-49f8-B871-0B0A72239E3C}"; ValueName: "Default Visible"; ValueType: String; ValueData: "Yes"; Flags: uninsdeletekey 
  38. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{D364E550-D680-49f8-B871-0B0A72239E3C}"; ValueName: "CLSID"; ValueType: String; ValueData: "{{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}"; Flags: uninsdeletekey 
  39. [Run]
  40. Filename: "{app}\nvtranq.exe"; WorkingDir: "{app}"; Description: "Launch application"; Flags: postinstall skipifsilent nowait
  41. [Icons]
  42. Name: "{group}\Navegue Tranquilo"; Filename: "{app}\nvtranq.exe"; WorkingDir: "{app}"; 
  43. Name: "{group}\Ajuda"; Filename: "{app}\navegue.hlp"; WorkingDir: "{app}"; 
  44. Name: "{userdesktop}\Navegue Tranquilo"; Filename: "{app}\nvtranq.exe"; WorkingDir: "{app}"; 
  45.